home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / mrcry204.zip / LINEAR.EKA < prev    next >
Text File  |  1991-03-04  |  164b  |  9 lines

  1. ; This demonstrates solving
  2. ; a system of linear equations.
  3.  
  4.    2X + Y + Z = 7
  5.    X - Y + Z = 2
  6.    X + Y - Z = 0
  7.  
  8. { Exact solution is X = 1, Y = 2, Z = 3.}
  9.